Find Product By Id
GET /api/v1/products/:productId
Description
Retrieve product information using a specific product ID.
URL:
- Raw URL:
/api/v1/products/:productId - Host:
- Path:
/api/v1/products/:productId - Variables:
- productId: (Required)
Response:
- Status: OK (200)
/api/v1/products/:productId
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | bearerToken | string |
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/products/:productId \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!